package com.dclog.duplicall.main;

import java.util.Locale;

import com.google.i18n.phonenumbers.NumberParseException;
import com.google.i18n.phonenumbers.PhoneNumberUtil;
import com.google.i18n.phonenumbers.Phonenumber.PhoneNumber;
import com.google.i18n.phonenumbers.geocoding.PhoneNumberOfflineGeocoder;

public class Main {
	public static void main(String[] args) {
		long time = System.currentTimeMillis();
		PhoneNumberUtil pu = PhoneNumberUtil.getInstance();
		PhoneNumberOfflineGeocoder pg = PhoneNumberOfflineGeocoder.getInstance();
		
		String language = "CN";
		PhoneNumber pn = null;

		for (int i = 0; i < 10; i++) {
			String phone = "021-95521";

			try {
				pn = pu.parse(phone, language);
			} catch (NumberParseException e) {
				e.printStackTrace();
				// TODO: handle exception
			}
			String city = pg.getDescriptionForNumber(pn, Locale.CHINA);

			System.out.println(city);
		}
		long timeEnd = System.currentTimeMillis();
		System.out.println(timeEnd - time + "查询所需时间----");
	}

}
最近下载更多
moneyroot  LV1 2023年5月17日
lwj4399928  LV1 2022年4月8日
王瑞峰  LV2 2021年9月6日
 LV1 2021年8月17日
afei120  LV1 2021年8月7日
一曲墨白  LV1 2021年5月18日
2017年7月19日  LV1 2021年2月26日
2196316269  LV10 2021年2月24日
idealzhang  LV1 2020年9月11日
907272010  LV1 2020年8月10日
最近浏览更多
80730176  LV7 2023年8月4日
luo110012  LV9 2023年5月17日
moneyroot  LV1 2023年5月17日
wyx065747  LV67 2023年2月16日
a785213720  LV5 2022年5月19日
lwj4399928  LV1 2022年4月8日
一头土猪  LV7 2021年12月22日
marcoreus1  LV2 2021年10月13日
王瑞峰  LV2 2021年9月6日
 LV1 2021年8月17日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友